home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Libraries / TransSkel / Convenience / Dialog Item Stuff / SkelToggleDlogCtlValue.c < prev   
Encoding:
C/C++ Source or Header  |  1994-02-20  |  242 b   |  14 lines  |  [TEXT/KAHL]

  1. /*
  2.  * Toggle value of control associated with a dialog item,
  3.  * return resulting value.
  4.  */
  5.  
  6. # include    "TransSkel.h"
  7.  
  8.  
  9. pascal short
  10. SkelToggleDlogCtlValue (DialogPtr d, short item)
  11. {
  12.     return (SkelToggleCtlValue (SkelGetDlogCtl (d, item)));
  13. }
  14.